How should I expand Jenkins to help me release? [closed]
Posted
by
Amy Worrall
on Programmers
See other posts from Programmers
or by Amy Worrall
Published on 2012-11-26T11:14:14Z
Indexed on
2012/11/26
17:26 UTC
Read the original article
Hit count: 231
Pushing new Sparkle releases of our internal apps is a pain. I have to make the build, make the release notes file, sign the .zip with the private key, and add a new entry to the appcast file tying everything together.
I'd love it if Jenkins could help: use the commit messages for the release notes, and automatically do the rest of it.
Should I be looking at writing a new Jenkins plugin, or using shell scripting, or is there something already that will do what I want? (A quick Google didn't find anything.)
© Programmers or respective owner